[INFO] fetching crate verdyce 0.1.1...
[INFO] fixing verdyce-0.1.1 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate verdyce 0.1.1 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate verdyce 0.1.1
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate verdyce 0.1.1
[INFO] tweaked toml for crates.io crate verdyce 0.1.1 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate verdyce 0.1.1 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate verdyce 0.1.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded redox_syscall v0.5.15
[INFO] [stderr]   Downloaded serde_json v1.0.141
[INFO] [stderr]   Downloaded cc v1.2.30
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 1ac59314a31ef18e6fc4d24a919e8a337247958de12d9cc9c426ae5ecda97125
[INFO] running `Command { std: "docker" "start" "1ac59314a31ef18e6fc4d24a919e8a337247958de12d9cc9c426ae5ecda97125", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1ac59314a31ef18e6fc4d24a919e8a337247958de12d9cc9c426ae5ecda97125" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1ac59314a31ef18e6fc4d24a919e8a337247958de12d9cc9c426ae5ecda97125", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1ac59314a31ef18e6fc4d24a919e8a337247958de12d9cc9c426ae5ecda97125" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling serde_json v1.0.141
[INFO] [stderr]     Checking parking_lot_core v0.9.11
[INFO] [stderr]     Checking getrandom v0.3.3
[INFO] [stderr]     Checking parking_lot v0.12.4
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]     Checking tokio v1.46.1
[INFO] [stderr]     Checking serde v1.0.219
[INFO] [stderr]     Checking chrono v0.4.41
[INFO] [stderr]     Checking uuid v1.17.0
[INFO] [stderr]     Checking verdyce v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: cannot find module or crate `verdyce_core` in this scope
[INFO] [stdout]  --> tests/engine_test.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use verdyce_core::decay::DecayModel;
[INFO] [stdout]   |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `verdyce_core`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `verdyce_core`, use `cargo add verdyce_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `verdyce_core` in this scope
[INFO] [stdout]  --> tests/engine_test.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use verdyce_core::engine::Engine;
[INFO] [stdout]   |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `verdyce_core`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `verdyce_core`, use `cargo add verdyce_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `verdyce_core` in this scope
[INFO] [stdout]  --> tests/engine_test.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use verdyce_core::models::{
[INFO] [stdout]   |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `verdyce_core`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `verdyce_core`, use `cargo add verdyce_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `verdyce_core` in this scope
[INFO] [stdout]  --> tests/engine_test.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use verdyce_core::threshold::ThresholdModel;
[INFO] [stdout]   |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `verdyce_core`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `verdyce_core`, use `cargo add verdyce_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `verdyce_core` in this scope
[INFO] [stdout]  --> tests/window_test.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use verdyce_core::window::{VotingWindow, WindowState};
[INFO] [stdout]   |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `verdyce_core`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `verdyce_core`, use `cargo add verdyce_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `verdyce_core` in this scope
[INFO] [stdout]  --> tests/vote_test.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use verdyce_core::decay::DecayModel;
[INFO] [stdout]   |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `verdyce_core`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `verdyce_core`, use `cargo add verdyce_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `verdyce_core` in this scope
[INFO] [stdout]  --> tests/vote_test.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use verdyce_core::models::vote::{Vote, VoteChoice, calculate_vote_weight};
[INFO] [stdout]   |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `verdyce_core`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `verdyce_core`, use `cargo add verdyce_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `verdyce_core` in this scope
[INFO] [stdout]  --> tests/proposal_test.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use verdyce_core::decay::DecayModel;
[INFO] [stdout]   |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `verdyce_core`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `verdyce_core`, use `cargo add verdyce_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `verdyce_core` in this scope
[INFO] [stdout]  --> tests/proposal_test.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use verdyce_core::models::proposal::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `verdyce_core`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `verdyce_core`, use `cargo add verdyce_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `verdyce_core` in this scope
[INFO] [stdout]  --> tests/proposal_test.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use verdyce_core::models::vote::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `verdyce_core`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `verdyce_core`, use `cargo add verdyce_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `verdyce_core` in this scope
[INFO] [stdout]  --> tests/proposal_test.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use verdyce_core::threshold::ThresholdModel;
[INFO] [stdout]   |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `verdyce_core`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `verdyce_core`, use `cargo add verdyce_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `verdyce_core::decay::DecayModel`, `verdyce_core::models::proposal::*`, `verdyce_core::models::vote::*`, `verdyce_core::threshold::ThresholdModel`
[INFO] [stdout]  --> tests/proposal_test.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use verdyce_core::decay::DecayModel;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 2 | use verdyce_core::models::proposal::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 3 | use verdyce_core::models::vote::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 4 | use verdyce_core::threshold::ThresholdModel;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `verdyce` (test "window_test") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `verdyce` (test "engine_test") due to 4 previous errors
[INFO] [stderr] error: could not compile `verdyce` (test "vote_test") due to 2 previous errors
[INFO] [stdout] error[E0433]: cannot find module or crate `verdyce_core` in this scope
[INFO] [stdout]  --> tests/threshold_test.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use verdyce_core::threshold::{ThresholdModel, threshold_calc};
[INFO] [stdout]   |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `verdyce_core`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `verdyce_core`, use `cargo add verdyce_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `verdyce_core` in this scope
[INFO] [stdout]  --> tests/decay_test.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use verdyce_core::decay::{DecayModel, weight_calc};
[INFO] [stdout]   |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `verdyce_core`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `verdyce_core`, use `cargo add verdyce_core` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `verdyce` (test "threshold_test") due to 1 previous error
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `verdyce` (test "decay_test") due to 1 previous error
[INFO] [stdout] error[E0425]: cannot find type `VoteChoice` in this scope
[INFO] [stdout]  --> tests/proposal_test.rs:9:23
[INFO] [stdout]   |
[INFO] [stdout] 9 | fn dummy_vote(choice: VoteChoice, timestamp_offset_secs: i64, revision: u64) -> Vote {
[INFO] [stdout]   |                       ^^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]   |
[INFO] [stdout] 1 + use verdyce::models::vote::VoteChoice;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Vote` in this scope
[INFO] [stdout]  --> tests/proposal_test.rs:9:81
[INFO] [stdout]   |
[INFO] [stdout] 9 | fn dummy_vote(choice: VoteChoice, timestamp_offset_secs: i64, revision: u64) -> Vote {
[INFO] [stdout]   |                                                                                 ^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]   |
[INFO] [stdout] 1 + use verdyce::models::vote::Vote;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Vote` in this scope
[INFO] [stdout]   --> tests/proposal_test.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 |     Vote {
[INFO] [stdout]    |     ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use verdyce::models::vote::Vote;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Proposal` in this scope
[INFO] [stdout]   --> tests/proposal_test.rs:23:24
[INFO] [stdout]    |
[INFO] [stdout] 23 |     let mut proposal = Proposal::new(
[INFO] [stdout]    |                        ^^^^^^^^ use of undeclared type `Proposal`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use verdyce::models::proposal::Proposal;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `VoteChoice` in this scope
[INFO] [stdout]   --> tests/proposal_test.rs:31:34
[INFO] [stdout]    |
[INFO] [stdout] 31 |     proposal.add_vote(dummy_vote(VoteChoice::Yes, 0, 0));
[INFO] [stdout]    |                                  ^^^^^^^^^^ use of undeclared type `VoteChoice`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  1 + use verdyce::models::vote::VoteChoice;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `VoteChoice` in this scope
[INFO] [stdout]   --> tests/proposal_test.rs:32:34
[INFO] [stdout]    |
[INFO] [stdout] 32 |     proposal.add_vote(dummy_vote(VoteChoice::Yes, 0, 0));
[INFO] [stdout]    |                                  ^^^^^^^^^^ use of undeclared type `VoteChoice`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  1 + use verdyce::models::vote::VoteChoice;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `VoteChoice` in this scope
[INFO] [stdout]   --> tests/proposal_test.rs:33:34
[INFO] [stdout]    |
[INFO] [stdout] 33 |     proposal.add_vote(dummy_vote(VoteChoice::No, 0, 0));
[INFO] [stdout]    |                                  ^^^^^^^^^^ use of undeclared type `VoteChoice`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  1 + use verdyce::models::vote::VoteChoice;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `ProposalStatus` in this scope
[INFO] [stdout]   --> tests/proposal_test.rs:37:33
[INFO] [stdout]    |
[INFO] [stdout] 37 |     assert_eq!(proposal.status, ProposalStatus::Accepted);
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^^ use of undeclared type `ProposalStatus`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  1 + use verdyce::models::proposal::ProposalStatus;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Proposal` in this scope
[INFO] [stdout]   --> tests/proposal_test.rs:44:24
[INFO] [stdout]    |
[INFO] [stdout] 44 |     let mut proposal = Proposal::new(
[INFO] [stdout]    |                        ^^^^^^^^ use of undeclared type `Proposal`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use verdyce::models::proposal::Proposal;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `VoteChoice` in this scope
[INFO] [stdout]   --> tests/proposal_test.rs:54:34
[INFO] [stdout]    |
[INFO] [stdout] 54 |     proposal.add_vote(dummy_vote(VoteChoice::Yes, 0, 0));
[INFO] [stdout]    |                                  ^^^^^^^^^^ use of undeclared type `VoteChoice`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  1 + use verdyce::models::vote::VoteChoice;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `VoteChoice` in this scope
[INFO] [stdout]   --> tests/proposal_test.rs:55:34
[INFO] [stdout]    |
[INFO] [stdout] 55 |     proposal.add_vote(dummy_vote(VoteChoice::No, 0, 0));
[INFO] [stdout]    |                                  ^^^^^^^^^^ use of undeclared type `VoteChoice`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  1 + use verdyce::models::vote::VoteChoice;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `ProposalStatus` in this scope
[INFO] [stdout]   --> tests/proposal_test.rs:59:33
[INFO] [stdout]    |
[INFO] [stdout] 59 |     assert_eq!(proposal.status, ProposalStatus::Expired);
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^^ use of undeclared type `ProposalStatus`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  1 + use verdyce::models::proposal::ProposalStatus;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Proposal` in this scope
[INFO] [stdout]   --> tests/proposal_test.rs:66:24
[INFO] [stdout]    |
[INFO] [stdout] 66 |     let mut proposal = Proposal::new(
[INFO] [stdout]    |                        ^^^^^^^^ use of undeclared type `Proposal`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use verdyce::models::proposal::Proposal;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `VoteChoice` in this scope
[INFO] [stdout]   --> tests/proposal_test.rs:74:34
[INFO] [stdout]    |
[INFO] [stdout] 74 |     proposal.add_vote(dummy_vote(VoteChoice::Yes, 0, 0));
[INFO] [stdout]    |                                  ^^^^^^^^^^ use of undeclared type `VoteChoice`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  1 + use verdyce::models::vote::VoteChoice;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `VoteChoice` in this scope
[INFO] [stdout]   --> tests/proposal_test.rs:75:34
[INFO] [stdout]    |
[INFO] [stdout] 75 |     proposal.add_vote(dummy_vote(VoteChoice::No, 0, 0));
[INFO] [stdout]    |                                  ^^^^^^^^^^ use of undeclared type `VoteChoice`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  1 + use verdyce::models::vote::VoteChoice;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `ProposalStatus` in this scope
[INFO] [stdout]   --> tests/proposal_test.rs:79:33
[INFO] [stdout]    |
[INFO] [stdout] 79 |     assert_eq!(proposal.status, ProposalStatus::Pending);
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^^ use of undeclared type `ProposalStatus`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  1 + use verdyce::models::proposal::ProposalStatus;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Proposal` in this scope
[INFO] [stdout]   --> tests/proposal_test.rs:84:24
[INFO] [stdout]    |
[INFO] [stdout] 84 |     let mut proposal = Proposal::new(
[INFO] [stdout]    |                        ^^^^^^^^ use of undeclared type `Proposal`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use verdyce::models::proposal::Proposal;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `Vote` in this scope
[INFO] [stdout]   --> tests/proposal_test.rs:93:23
[INFO] [stdout]    |
[INFO] [stdout] 93 |     proposal.add_vote(Vote {
[INFO] [stdout]    |                       ^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use verdyce::models::vote::Vote;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `VoteChoice` in this scope
[INFO] [stdout]   --> tests/proposal_test.rs:95:17
[INFO] [stdout]    |
[INFO] [stdout] 95 |         choice: VoteChoice::Yes,
[INFO] [stdout]    |                 ^^^^^^^^^^ use of undeclared type `VoteChoice`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]    |
[INFO] [stdout]  1 + use verdyce::models::vote::VoteChoice;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0422, E0425, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0422`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `verdyce` (test "proposal_test") due to 24 previous errors
[INFO] running `Command { std: "docker" "inspect" "1ac59314a31ef18e6fc4d24a919e8a337247958de12d9cc9c426ae5ecda97125", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1ac59314a31ef18e6fc4d24a919e8a337247958de12d9cc9c426ae5ecda97125", kill_on_drop: false }`
[INFO] [stdout] 1ac59314a31ef18e6fc4d24a919e8a337247958de12d9cc9c426ae5ecda97125
